Skip to content

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Mar 27, 2017

object.__reduce__() no longer takes arguments, object.__reduce_ex__() now
requires one argument.

…_().

object.__reduce__() no longer takes arguments, object.__reduce_ex__() now
requires one argument.
@serhiy-storchaka serhiy-storchaka added the type-bug An unexpected behavior, bug, or error label Mar 27, 2017
@mention-bot
Copy link

@serhiy-storchaka, thanks for your PR! By analyzing the history of the files in this pull request, we identified @benjaminp, @tim-one and @birkenfeld to be potential reviewers.

@serhiy-storchaka serhiy-storchaka changed the title bpo-29914: Fix default implementations of __reduce__ and __reduce_ex_. bpo-29914: Fix default implementations of __reduce__ and __reduce_ex__. Mar 27, 2017
@serhiy-storchaka serhiy-storchaka merged commit 205e00c into python:master Apr 8, 2017
@serhiy-storchaka serhiy-storchaka deleted the object-reduce-signature branch April 8, 2017 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants